TPTP Problem File: SYO034^1.p

View Solutions - Solve Problem

%------------------------------------------------------------------------------
% File     : SYO034^1 : TPTP v8.2.0. Released v3.7.0.
% Domain   : Syntactic
% Problem  : Formula not making use of projection
% Version  : Especial.
% English  :

% Refs     : [BB05]  Benzmueller & Brown (2005), A Structured Set of Higher
%          : [Ben09] Benzmueller (2009), Email to Geoff Sutcliffe
% Source   : [Ben09]
% Names    : Example 29 [BB05]

% Status   : Theorem
% Rating   : 0.00 v8.1.0, 0.08 v7.4.0, 0.00 v6.2.0, 0.33 v6.1.0, 0.00 v5.1.0, 0.25 v5.0.0, 0.00 v4.0.1, 0.33 v4.0.0, 0.00 v3.7.0
% Syntax   : Number of formulae    :    1 (   0 unt;   0 typ;   0 def)
%            Number of atoms       :    0 (   0 equ;   0 cnn)
%            Maximal formula atoms :    0 (   0 avg)
%            Number of connectives :    2 (   0   ~;   0   |;   0   &;   1   @)
%                                         (   1 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   5 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    1 (   1   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    0 (   0 usr;   0 con; --- aty)
%            Number of variables   :    2 (   0   ^;   1   !;   1   ?;   2   :)
% SPC      : TH0_THM_NEQ_NAR

% Comments : Requires set comprehension, and set instantiation with projection
%------------------------------------------------------------------------------
thf(conj,conjecture,
    ? [N: $o > $o] :
    ! [P: $o] :
      ( ( N @ P )
    <=> P ) ).

%------------------------------------------------------------------------------